home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / std / c++ / 362 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.3 KB

  1. Path: fido.asd.sgi.com!austern
  2. From: ark@research.att.com (Andrew Koenig)
  3. Newsgroups: comp.std.c++
  4. Subject: Re: and, or, not
  5. Date: 08 Feb 1996 15:58:39 PST
  6. Organization: AT&T Research, Murray Hill NJ
  7. Approved: austern@isolde.mti.sgi.com
  8. Message-ID: <DMHE37.LFn@research.att.com>
  9. References: <DMBG7p.H7z@infosoft.com> <4f69po$9lu@engnews1.Eng.Sun.COM> <3118FDEF.458E@bridge.com>
  10. NNTP-Posting-Host: isolde.mti.sgi.com
  11. X-Original-Date: Thu, 8 Feb 1996 23:47:31 GMT
  12. X-Auth: PGPMoose V1.1 PGP comp.std.c++
  13.     iQBVAwUBMRqOPUy4NqrwXLNJAQElWgH9GkkGjm2QjUCgEx8RAj24+QKCiRWw9Usi
  14.     KLPvIBFKIWVcriX0e2ew02k3nFkyOoER+neyD2yc0896aU8GiaDPsw==
  15.     =QQd8
  16. Originator: austern@isolde.mti.sgi.com
  17.  
  18. In article <3118FDEF.458E@bridge.com> Rod Burman <rodb@bridge.com> writes:
  19.  
  20. > Is the committee thinking of some how linking these with operator 
  21. > overloading?
  22. >     e.g.    operator^() == operator.xor() xor operator_xor()
  23.  
  24. In operator^, the word `operator' and the symbol `^' are separate
  25. tokens.  So it suffices to write
  26.  
  27.     operator xor()
  28. -- 
  29.                 --Andrew Koenig
  30.                   ark@research.att.com
  31. ---
  32. [ comp.std.c++ is moderated.  Submission address: std-c++@ncar.ucar.edu.
  33.   Contact address: std-c++-request@ncar.ucar.edu.  The moderation policy is
  34.   in http://reality.sgi.com/employees/austern_mti/std-c++/policy.html. ]
  35.